home *** CD-ROM | disk | FTP | other *** search
/ CICA 1995 September (Japanese) / CICA Shareware for Windows CD-ROM (Walnut Creek) (September 1995) (Japanese) (Disc 2).iso / disc2 / nt / ntperf.exe / PERFTOOLS / SRC / PERFMON / PERFMOPS.H_ / PERFMOPS.H
Encoding:
Text File  |  1993-05-25  |  1.4 KB  |  62 lines

  1.  
  2. HWND PerfmonViewWindow (void) ;
  3.  
  4. BOOL ChooseComputer (HWND hWndParent, LPTSTR lpszComputer) ;
  5.  
  6.  
  7. BOOL CurrentComputerName (LPTSTR lpszComputer) ;
  8.  
  9. void GetDateTimeFormats (void) ;
  10.  
  11. void SystemTimeDateString (SYSTEMTIME *pSystemTime,
  12.                            LPTSTR lpszDate) ;
  13.  
  14.  
  15. void SystemTimeTimeString (SYSTEMTIME *pSystemTime,
  16.                            LPTSTR lpszTime) ;
  17.  
  18.  
  19. VOID dlg_error_box (HANDLE hDlg, UINT id) ;
  20.  
  21.  
  22. void ShowPerfmonMenu (BOOL bMenu) ;
  23.  
  24.  
  25. void SmallFileSizeString (int iFileSize,
  26.                           LPTSTR lpszFileText) ;
  27.  
  28.  
  29. BOOL DoWindowDrag (LPARAM lParam) ;
  30.  
  31.  
  32. int SystemTimeDifference (SYSTEMTIME *pst1, SYSTEMTIME *pst2) ;
  33.  
  34.  
  35. BOOL OpenFileHandler(HWND hWnd, LPTSTR lpszFilePath) ;
  36.  
  37.  
  38. BOOL InsertLine (PLINE pLine)  ;
  39.  
  40. BOOL OpenWorkspace (HANDLE hFile, DWORD dwMajorVersion, DWORD dwMinorVersion) ;
  41.  
  42. BOOL SaveWorkspace (void) ;
  43.  
  44. INT ExportFileOpen (HWND hWnd, HANDLE *phFile, int IntervalSecs, LPTSTR *ppFileName) ;
  45.  
  46. void SetPerfmonOptions (OPTIONS *pOptions) ;
  47.  
  48. void ChangeSaveFileName (LPTSTR szFileName, int iPMView) ;
  49.  
  50. BOOL AppendObjectToValueList ( DWORD   dwObjectId, PWSTR   pwszValueList );
  51.  
  52. BOOL RemoveObjectsFromSystem (PPERFSYSTEM pSystem);
  53.  
  54. BOOL BuildValueListForSystems (PPERFSYSTEM, PLINE);
  55.  
  56. BOOL SetSystemValueNameToGlobal (PPERFSYSTEM);
  57.  
  58. void CreatePerfmonSystemObjects () ;
  59.  
  60. void DeletePerfmonSystemObjects () ;
  61.  
  62.